3.2.68 \(\int \frac {x^4}{(a^2+2 a b x+b^2 x^2)^{3/2}} \, dx\)

Optimal. Leaf size=172 \[ \frac {6 a^2 (a+b x) \log (a+b x)}{b^5 \sqrt {a^2+2 a b x+b^2 x^2}}-\frac {3 a x (a+b x)}{b^4 \sqrt {a^2+2 a b x+b^2 x^2}}+\frac {x^2 (a+b x)}{2 b^3 \sqrt {a^2+2 a b x+b^2 x^2}}-\frac {a^4}{2 b^5 (a+b x) \sqrt {a^2+2 a b x+b^2 x^2}}+\frac {4 a^3}{b^5 \sqrt {a^2+2 a b x+b^2 x^2}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 172, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {646, 43} \begin {gather*} -\frac {a^4}{2 b^5 (a+b x) \sqrt {a^2+2 a b x+b^2 x^2}}+\frac {4 a^3}{b^5 \sqrt {a^2+2 a b x+b^2 x^2}}-\frac {3 a x (a+b x)}{b^4 \sqrt {a^2+2 a b x+b^2 x^2}}+\frac {x^2 (a+b x)}{2 b^3 \sqrt {a^2+2 a b x+b^2 x^2}}+\frac {6 a^2 (a+b x) \log (a+b x)}{b^5 \sqrt {a^2+2 a b x+b^2 x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^4/(a^2 + 2*a*b*x + b^2*x^2)^(3/2),x]

[Out]

(4*a^3)/(b^5*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) - a^4/(2*b^5*(a + b*x)*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) - (3*a*x*(a
+ b*x))/(b^4*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) + (x^2*(a + b*x))/(2*b^3*Sqrt[a^2 + 2*a*b*x + b^2*x^2]) + (6*a^2*(
a + b*x)*Log[a + b*x])/(b^5*Sqrt[a^2 + 2*a*b*x + b^2*x^2])

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 646

Int[((d_.) + (e_.)*(x_))^(m_)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dist[(a + b*x + c*x^2)^Fra
cPart[p]/(c^IntPart[p]*(b/2 + c*x)^(2*FracPart[p])), Int[(d + e*x)^m*(b/2 + c*x)^(2*p), x], x] /; FreeQ[{a, b,
 c, d, e, m, p}, x] && EqQ[b^2 - 4*a*c, 0] &&  !IntegerQ[p] && NeQ[2*c*d - b*e, 0]

Rubi steps

\begin {align*} \int \frac {x^4}{\left (a^2+2 a b x+b^2 x^2\right )^{3/2}} \, dx &=\frac {\left (b^2 \left (a b+b^2 x\right )\right ) \int \frac {x^4}{\left (a b+b^2 x\right )^3} \, dx}{\sqrt {a^2+2 a b x+b^2 x^2}}\\ &=\frac {\left (b^2 \left (a b+b^2 x\right )\right ) \int \left (-\frac {3 a}{b^7}+\frac {x}{b^6}+\frac {a^4}{b^7 (a+b x)^3}-\frac {4 a^3}{b^7 (a+b x)^2}+\frac {6 a^2}{b^7 (a+b x)}\right ) \, dx}{\sqrt {a^2+2 a b x+b^2 x^2}}\\ &=\frac {4 a^3}{b^5 \sqrt {a^2+2 a b x+b^2 x^2}}-\frac {a^4}{2 b^5 (a+b x) \sqrt {a^2+2 a b x+b^2 x^2}}-\frac {3 a x (a+b x)}{b^4 \sqrt {a^2+2 a b x+b^2 x^2}}+\frac {x^2 (a+b x)}{2 b^3 \sqrt {a^2+2 a b x+b^2 x^2}}+\frac {6 a^2 (a+b x) \log (a+b x)}{b^5 \sqrt {a^2+2 a b x+b^2 x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 83, normalized size = 0.48 \begin {gather*} \frac {7 a^4+2 a^3 b x-11 a^2 b^2 x^2+12 a^2 (a+b x)^2 \log (a+b x)-4 a b^3 x^3+b^4 x^4}{2 b^5 (a+b x) \sqrt {(a+b x)^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^4/(a^2 + 2*a*b*x + b^2*x^2)^(3/2),x]

[Out]

(7*a^4 + 2*a^3*b*x - 11*a^2*b^2*x^2 - 4*a*b^3*x^3 + b^4*x^4 + 12*a^2*(a + b*x)^2*Log[a + b*x])/(2*b^5*(a + b*x
)*Sqrt[(a + b*x)^2])

________________________________________________________________________________________

IntegrateAlgebraic [B]  time = 1.22, size = 1466, normalized size = 8.52 \begin {gather*} \frac {-\frac {20 x a^5}{b^3 \sqrt {b^2}}+\frac {4 \sqrt {a^2+2 b x a+b^2 x^2} a^5}{b^5}-\frac {34 x^2 a^4}{\left (b^2\right )^{3/2}}+\frac {48 x^2 \tanh ^{-1}\left (\frac {\sqrt {a^2+2 b x a+b^2 x^2}-\sqrt {b^2} x}{a}\right ) a^4}{b^3}+\frac {16 x \sqrt {a^2+2 b x a+b^2 x^2} a^4}{b^4}+\frac {24 x^3 a^3}{b \sqrt {b^2}}+\frac {96 x^3 \tanh ^{-1}\left (\frac {\sqrt {a^2+2 b x a+b^2 x^2}-\sqrt {b^2} x}{a}\right ) a^3}{b^2}-\frac {48 x^2 \sqrt {a^2+2 b x a+b^2 x^2} \tanh ^{-1}\left (\frac {\sqrt {a^2+2 b x a+b^2 x^2}-\sqrt {b^2} x}{a}\right ) a^3}{\left (b^2\right )^{3/2}}+\frac {18 x^2 \sqrt {a^2+2 b x a+b^2 x^2} a^3}{b^3}+\frac {70 x^4 a^2}{\sqrt {b^2}}+\frac {48 x^4 \tanh ^{-1}\left (\frac {\sqrt {a^2+2 b x a+b^2 x^2}-\sqrt {b^2} x}{a}\right ) a^2}{b}-\frac {48 x^3 \sqrt {a^2+2 b x a+b^2 x^2} \tanh ^{-1}\left (\frac {\sqrt {a^2+2 b x a+b^2 x^2}-\sqrt {b^2} x}{a}\right ) a^2}{b \sqrt {b^2}}-\frac {42 x^3 \sqrt {a^2+2 b x a+b^2 x^2} a^2}{b^2}+\frac {28 b x^5 a}{\sqrt {b^2}}-\frac {28 x^4 \sqrt {a^2+2 b x a+b^2 x^2} a}{b}}{\left (-a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right )^2 \left (a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right )^2}+\frac {\frac {4 a^6}{b^4 \sqrt {b^2}}+\frac {20 x a^5}{b^3 \sqrt {b^2}}+\frac {19 x^2 a^4}{\left (b^2\right )^{3/2}}-\frac {24 x^2 \log \left (-a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right ) a^4}{\left (b^2\right )^{3/2}}-\frac {24 x^2 \log \left (a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right ) a^4}{\left (b^2\right )^{3/2}}-\frac {20 x \sqrt {a^2+2 b x a+b^2 x^2} a^4}{b^4}-\frac {6 x^3 a^3}{b \sqrt {b^2}}-\frac {48 x^3 \log \left (-a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right ) a^3}{b \sqrt {b^2}}+\frac {24 x^2 \sqrt {a^2+2 b x a+b^2 x^2} \log \left (-a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right ) a^3}{b^3}-\frac {48 x^3 \log \left (a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right ) a^3}{b \sqrt {b^2}}+\frac {24 x^2 \sqrt {a^2+2 b x a+b^2 x^2} \log \left (a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right ) a^3}{b^3}+\frac {x^2 \sqrt {a^2+2 b x a+b^2 x^2} a^3}{b^3}-\frac {13 x^4 a^2}{\sqrt {b^2}}-\frac {24 x^4 \log \left (-a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right ) a^2}{\sqrt {b^2}}+\frac {24 x^3 \sqrt {a^2+2 b x a+b^2 x^2} \log \left (-a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right ) a^2}{b^2}-\frac {24 x^4 \log \left (a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right ) a^2}{\sqrt {b^2}}+\frac {24 x^3 \sqrt {a^2+2 b x a+b^2 x^2} \log \left (a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right ) a^2}{b^2}+\frac {5 x^3 \sqrt {a^2+2 b x a+b^2 x^2} a^2}{b^2}-\frac {12 b x^5 a}{\sqrt {b^2}}+\frac {8 x^4 \sqrt {a^2+2 b x a+b^2 x^2} a}{b}-4 \sqrt {b^2} x^6+4 x^5 \sqrt {a^2+2 b x a+b^2 x^2}}{\left (-a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right )^2 \left (a-\sqrt {b^2} x+\sqrt {a^2+2 b x a+b^2 x^2}\right )^2} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[x^4/(a^2 + 2*a*b*x + b^2*x^2)^(3/2),x]

[Out]

((-20*a^5*x)/(b^3*Sqrt[b^2]) - (34*a^4*x^2)/(b^2)^(3/2) + (24*a^3*x^3)/(b*Sqrt[b^2]) + (70*a^2*x^4)/Sqrt[b^2]
+ (28*a*b*x^5)/Sqrt[b^2] + (4*a^5*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/b^5 + (16*a^4*x*Sqrt[a^2 + 2*a*b*x + b^2*x^2]
)/b^4 + (18*a^3*x^2*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/b^3 - (42*a^2*x^3*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/b^2 - (28*
a*x^4*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/b + (48*a^4*x^2*ArcTanh[(-(Sqrt[b^2]*x) + Sqrt[a^2 + 2*a*b*x + b^2*x^2])/
a])/b^3 + (96*a^3*x^3*ArcTanh[(-(Sqrt[b^2]*x) + Sqrt[a^2 + 2*a*b*x + b^2*x^2])/a])/b^2 + (48*a^2*x^4*ArcTanh[(
-(Sqrt[b^2]*x) + Sqrt[a^2 + 2*a*b*x + b^2*x^2])/a])/b - (48*a^3*x^2*Sqrt[a^2 + 2*a*b*x + b^2*x^2]*ArcTanh[(-(S
qrt[b^2]*x) + Sqrt[a^2 + 2*a*b*x + b^2*x^2])/a])/(b^2)^(3/2) - (48*a^2*x^3*Sqrt[a^2 + 2*a*b*x + b^2*x^2]*ArcTa
nh[(-(Sqrt[b^2]*x) + Sqrt[a^2 + 2*a*b*x + b^2*x^2])/a])/(b*Sqrt[b^2]))/((-a - Sqrt[b^2]*x + Sqrt[a^2 + 2*a*b*x
 + b^2*x^2])^2*(a - Sqrt[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2])^2) + ((4*a^6)/(b^4*Sqrt[b^2]) + (20*a^5*x)/(b
^3*Sqrt[b^2]) + (19*a^4*x^2)/(b^2)^(3/2) - (6*a^3*x^3)/(b*Sqrt[b^2]) - (13*a^2*x^4)/Sqrt[b^2] - (12*a*b*x^5)/S
qrt[b^2] - 4*Sqrt[b^2]*x^6 - (20*a^4*x*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/b^4 + (a^3*x^2*Sqrt[a^2 + 2*a*b*x + b^2*
x^2])/b^3 + (5*a^2*x^3*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/b^2 + (8*a*x^4*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/b + 4*x^5*
Sqrt[a^2 + 2*a*b*x + b^2*x^2] - (24*a^4*x^2*Log[-a - Sqrt[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/(b^2)^(3/2)
 - (48*a^3*x^3*Log[-a - Sqrt[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/(b*Sqrt[b^2]) - (24*a^2*x^4*Log[-a - Sqr
t[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/Sqrt[b^2] + (24*a^3*x^2*Sqrt[a^2 + 2*a*b*x + b^2*x^2]*Log[-a - Sqrt
[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/b^3 + (24*a^2*x^3*Sqrt[a^2 + 2*a*b*x + b^2*x^2]*Log[-a - Sqrt[b^2]*x
 + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/b^2 - (24*a^4*x^2*Log[a - Sqrt[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/(b^
2)^(3/2) - (48*a^3*x^3*Log[a - Sqrt[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/(b*Sqrt[b^2]) - (24*a^2*x^4*Log[a
 - Sqrt[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/Sqrt[b^2] + (24*a^3*x^2*Sqrt[a^2 + 2*a*b*x + b^2*x^2]*Log[a -
 Sqrt[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/b^3 + (24*a^2*x^3*Sqrt[a^2 + 2*a*b*x + b^2*x^2]*Log[a - Sqrt[b^
2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/b^2)/((-a - Sqrt[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2])^2*(a - Sqrt[b^
2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2])^2)

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 95, normalized size = 0.55 \begin {gather*} \frac {b^{4} x^{4} - 4 \, a b^{3} x^{3} - 11 \, a^{2} b^{2} x^{2} + 2 \, a^{3} b x + 7 \, a^{4} + 12 \, {\left (a^{2} b^{2} x^{2} + 2 \, a^{3} b x + a^{4}\right )} \log \left (b x + a\right )}{2 \, {\left (b^{7} x^{2} + 2 \, a b^{6} x + a^{2} b^{5}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(b^2*x^2+2*a*b*x+a^2)^(3/2),x, algorithm="fricas")

[Out]

1/2*(b^4*x^4 - 4*a*b^3*x^3 - 11*a^2*b^2*x^2 + 2*a^3*b*x + 7*a^4 + 12*(a^2*b^2*x^2 + 2*a^3*b*x + a^4)*log(b*x +
 a))/(b^7*x^2 + 2*a*b^6*x + a^2*b^5)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \mathit {sage}_{0} x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(b^2*x^2+2*a*b*x+a^2)^(3/2),x, algorithm="giac")

[Out]

sage0*x

________________________________________________________________________________________

maple [A]  time = 0.06, size = 101, normalized size = 0.59 \begin {gather*} \frac {\left (b^{4} x^{4}+12 a^{2} b^{2} x^{2} \ln \left (b x +a \right )-4 a \,b^{3} x^{3}+24 a^{3} b x \ln \left (b x +a \right )-11 a^{2} b^{2} x^{2}+12 a^{4} \ln \left (b x +a \right )+2 a^{3} b x +7 a^{4}\right ) \left (b x +a \right )}{2 \left (\left (b x +a \right )^{2}\right )^{\frac {3}{2}} b^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4/(b^2*x^2+2*a*b*x+a^2)^(3/2),x)

[Out]

1/2*(b^4*x^4+12*ln(b*x+a)*x^2*a^2*b^2-4*a*b^3*x^3+24*ln(b*x+a)*x*a^3*b-11*a^2*b^2*x^2+12*a^4*ln(b*x+a)+2*a^3*b
*x+7*a^4)*(b*x+a)/b^5/((b*x+a)^2)^(3/2)

________________________________________________________________________________________

maxima [A]  time = 1.32, size = 131, normalized size = 0.76 \begin {gather*} \frac {x^{3}}{2 \, \sqrt {b^{2} x^{2} + 2 \, a b x + a^{2}} b^{2}} - \frac {5 \, a x^{2}}{2 \, \sqrt {b^{2} x^{2} + 2 \, a b x + a^{2}} b^{3}} + \frac {6 \, a^{2} \log \left (x + \frac {a}{b}\right )}{b^{5}} - \frac {5 \, a^{3}}{\sqrt {b^{2} x^{2} + 2 \, a b x + a^{2}} b^{5}} + \frac {12 \, a^{3} x}{b^{6} {\left (x + \frac {a}{b}\right )}^{2}} + \frac {23 \, a^{4}}{2 \, b^{7} {\left (x + \frac {a}{b}\right )}^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(b^2*x^2+2*a*b*x+a^2)^(3/2),x, algorithm="maxima")

[Out]

1/2*x^3/(sqrt(b^2*x^2 + 2*a*b*x + a^2)*b^2) - 5/2*a*x^2/(sqrt(b^2*x^2 + 2*a*b*x + a^2)*b^3) + 6*a^2*log(x + a/
b)/b^5 - 5*a^3/(sqrt(b^2*x^2 + 2*a*b*x + a^2)*b^5) + 12*a^3*x/(b^6*(x + a/b)^2) + 23/2*a^4/(b^7*(x + a/b)^2)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {x^4}{{\left (a^2+2\,a\,b\,x+b^2\,x^2\right )}^{3/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4/(a^2 + b^2*x^2 + 2*a*b*x)^(3/2),x)

[Out]

int(x^4/(a^2 + b^2*x^2 + 2*a*b*x)^(3/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^{4}}{\left (\left (a + b x\right )^{2}\right )^{\frac {3}{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**4/(b**2*x**2+2*a*b*x+a**2)**(3/2),x)

[Out]

Integral(x**4/((a + b*x)**2)**(3/2), x)

________________________________________________________________________________________